-
Notifications
You must be signed in to change notification settings - Fork 358
docs: lesson 7 - mcp #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: lesson 7 - mcp #108
Conversation
lessons/07-mcp/README.md
Outdated
|
||
C. Tools, Resources and Prompts | ||
|
||
[Solution Quiz](/lessons/07-mcp/solution/solution-quiz.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'd want this at the bottom after the questions right?
In this chapter, we've learned the following: | ||
|
||
- Model Context Protocol, MCP, is a great way to offload capabilties into servers instead of putting all your features in one place. This allows for your apps to stay small and focused. The added bonus is that different teams can manage different servers also. Thanks to MCP being a protocol this additionally means that anyone out there looking to share capabilities and can do so in a common format. | ||
- Additionally we looked into how to consume an MCP Server using the Inspector tool or a written client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other chapters have something like this at the end. Let's add that for this one too especially given MCP will be very new to most people.
## Self-Study resources
- [Retrieval-Augmented Generation and Indexes](https://learn.microsoft.com/azure/ai-studio/concepts/retrieval-augmented-generation)
- **Sample apps**:
* [Serverless AI Chat with RAG](https://github.com/Azure-Samples/serverless-chat-langchainjs/)
* [Ask Youtube: A RAG-based Youtube Q&A API](https://github.com/Azure-Samples/langchainjs-quickstart-demo)
- [Full-length workshop: Create your own ChatGPT with RAG](https://moaw.dev/workshop/gh:azure-samples/azure-openai-rag-workshop/docs/workshop-qdrant.md)
|
||
E. All of the above | ||
|
||
## Summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like having this, but in looking at a few of the other chapters they don't have a summary section. Once these new chapters are published it'd be good to back and add that. Nice way to wrap up the chapters.
No description provided.